Welcome![Sign In][Sign Up]
Location:
Search - array class

Search list

[File OperateP_system

Description: 以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。-to a small company personnel information system. use the base class pointer array to handle different types of derived objects, thereby realizing Rafah called polymorphism. Dynamic Array array class template to replace the C array of predefined types.
Platform: | Size: 4671 | Author: zhangk | Hits:

[WEB Codeclass.db

Description: 56.com的一个 MYSQL应用类 class.db.php 实列化 $scfg[‘db’] = array( ‘host’ => ‘db.56.com’, ‘database’ => ‘56h_flv’, ‘username’ => ‘root’, ‘password’ => ‘‘); $db = new db($scfg[‘db’]); // // 函数: insert() // 功能: 插入一条记录 // 参数: @$table 表名 // @$bind array // 返回: 本条记录的 // INSERT INTO round_table // (noble_title, first_name, favorite_color) // VALUES (“King”, “Arthur”, “blue”); -56.com MYSQL application of a Class class.db.php it out of the $ scf g [ 'db'] = array ( 'host' =
Platform: | Size: 5339 | Author: 夏一平 | Hits:

[Other resourceaarray

Description: 提共以字串來查表的Array Class -offered to a string of Array Class Lookup
Platform: | Size: 2038 | Author: 鄭線 | Hits:

[FlashMXActionScript编程实例

Description: Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an ActionScript 3.0 class in an application. The Enhanced version adds a name-checking feature. These examples are meant to be built from scratch, tutorial-style. The example files are provided so you can see how they should look when completed. Chapter 4: Object-Oriented Programming Geometric Shapes Uses the object-oriented concepts of class inheritance and the implementation of interfaces to provide an application that calculates values for simple geometric shapes. Chapter 5: Display Programming Sprite Arranger Adds graphical Sprite objects to a drawing area and let you manipulate their placement in the display list. Builds upon the classes from the geometric Shapes example. Chapter 6: Working with Dates and Times Simple Clock Displays a simple analog clock face using methods of the Date and flash.util.Timer classes. Chapter 7: Working with Strings ASCII Art Loads bitmap images and coverts them into ASCII character equivalents, using a number of the methods in the String class. Chapter 8: Working with Arrays Play List Demonstrates a number of methods of the Array class while building and presenting a play list of music files. Chapter 9: Handling Errors Custom Errors Presents a simple framework containing a set of custom ApplicationError classes and shows how to throw, catch, and handle such errors. Chapter 10: Using Regular Expressions Wiki Editor Uses regular expressions to convert text containing wiki-style codes into formatted HTML text. Also shows how to use regular expressions for other conversions, such as numeric calculations. Chapter 11: Working With XML RSS Viewer Reads an RSS feed and formats the entries as HTML, including hyperlinks to the stories being referenced. This example shows the powerful new E4X statements and operators in action. Chapter 13: Event Handling Alarm Clock Demonstrates how to define, dispatch, and handle custom event classes. Extends the Simple Clock application to create an Alarm Clock with specialized AlarmEvents. Chapter 14: Networking and Communications File I/O Shows how to use the FileReference class to upload files from your local disk to a remote server, and how to download files from a remote server to your local disk. Note: To run this example you will need to set the UPLOAD_URL and DOWNLOAD_URL variables in the code to the address of a web server that will accept uploads and allow downloads. Telnet Socket Connects to a Telnet server and shows how to send and read bytes from the socket connection. Note: To run this example you will need to have access to a running Telnet server. Chapter 15: Working with Geometry Display Object Transformer Uses methods of the flash.geom.Matrix class to apply multiple geometric transformations to a DisplayObject. Chapter 16: Client System Environment Capabilities Info Lists the capabilities of your current browser and operating system, by using the SystemCapabilities class and an ExternalInterface call that uses Javascript to retrieve browser properties. Chapter 19: Using the External API IntrovertIM_CSharp IntrovertIM_HTML A tiny instant messenger application the uses the flash.external.ExternalInterface class to send messages between a Flex/ActionScript application and an external application. Two versions are provided. One uses HTML and Javascript for the external application, and the other uses C#.
Platform: | Size: 458790 | Author: swj_tommy@tom.com | Hits:

[Multimedia DevelopADMixer_Meter

Description: 显示wave文件播放时声音的序列-Displaying the array of play of wave file
Platform: | Size: 84992 | Author: 站长 | Hits:

[Windows Develop二维数组,映射类

Description:
Platform: | Size: 10240 | Author: none | Hits:

[MiddleWareaarray

Description: 提共以字串來查表的Array Class -offered to a string of Array Class Lookup
Platform: | Size: 2048 | Author: 鄭線 | Hits:

[Internet-NetworkYCArray

Description: /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/-/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /
Platform: | Size: 5120 | Author: 叶振华 | Hits:

[Othermatrixclasslibraries

Description: 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-this program provides a matrix class library. The Class of matrix vector operations using transfer value. The Class of matrix and vector elements of a start to an index, not 0. This is particularly noteworthy. This is the C language is not the same array
Platform: | Size: 7168 | Author: | Hits:

[Graph programCArrayBITMP

Description: 实现了一个Class for storing any standart bitmaps in array,通过对数组运算来处理bmp图像的源代码。-achieved a Class for storing any standart bitma ps in array, the array of operations to handle bmp image of the source code.
Platform: | Size: 3072 | Author: wuming | Hits:

[File OperateP_system

Description: 以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。-to a small company personnel information system. use the base class pointer array to handle different types of derived objects, thereby realizing Rafah called polymorphism. Dynamic Array array class template to replace the C array of predefined types.
Platform: | Size: 4096 | Author: zhangk | Hits:

[WEB Codeclass.db

Description: 56.com的一个 MYSQL应用类 class.db.php 实列化 $scfg[‘db’] = array( ‘host’ => ‘db.56.com’, ‘database’ => ‘56h_flv’, ‘username’ => ‘root’, ‘password’ => ‘‘); $db = new db($scfg[‘db’]); // // 函数: insert() // 功能: 插入一条记录 // 参数: @$table 表名 // @$bind array // 返回: 本条记录的 // INSERT INTO round_table // (noble_title, first_name, favorite_color) // VALUES (“King”, “Arthur”, “blue”); -56.com MYSQL application of a Class class.db.php it out of the $ scf g [ 'db'] = array ( 'host' =
Platform: | Size: 5120 | Author: 夏一平 | Hits:

[Data structsArray

Description: 数组类的定义,自己写的,根据 清华大学数据结构上面改编的-Array class definition, write, according to the above data structure adapted Tsinghua University
Platform: | Size: 2048 | Author: 陈根 | Hits:

[Windows Developarray

Description: 数组类的设计,关于数组类的封装,重载了【】,一些方法-the design of array class
Platform: | Size: 1024 | Author: jack | Hits:

[Data structsdynamic-array-distribution

Description: 在c++中利用类模板建立动态数组,实现数组的排序,插入,删除-In c++,use a dynamic array class template, realize the array sort, insert, and delete
Platform: | Size: 4096 | Author: zhusujie | Hits:

[Data structsOne-dimensional-dynamic-array-class

Description: 一维动态数组类:定义和一维动态数组,包括重载数组运算符-One-dimensional dynamic array class: definition and one-dimensional dynamic array, including overloaded array operator
Platform: | Size: 1024 | Author: zzs | Hits:

[Internet-NetworkDynamic-array-class

Description: 动态数组类,动态数组(Dynamic Array)类的封装练习-Dynamic array class, dynamic array (Dynamic Array) package practice
Platform: | Size: 4579328 | Author: 李丁 | Hits:

[Otherfast-array

Description: 小马作品,利用快速数组类对文本数组进行快速的赋值.. -by Mister Ma, using fast array class for fast text array assignment ..
Platform: | Size: 4096 | Author: 宋玉 | Hits:

[Communicationfast-array

Description: 小马作品,利用快速数组类对文本数组进行快速的赋值-by Mister Ma, using fast array class for fast text array assignment ..
Platform: | Size: 4096 | Author: pai951739 | Hits:

[OtherArray

Description: C++数组类的定义。构造函数。析构函数。成员函数,-C++ The definition of an array class. Constructor. Destructor. Member functions, and so on........
Platform: | Size: 1024 | Author: 爱笑的孩子 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 35 »

CodeBus www.codebus.net